home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / ispell40.lha / ispell-4.0 / TODO < prev    next >
Text File  |  1993-05-31  |  996b  |  19 lines

  1. These are things that need to be done to ispell but which there wasn't time
  2. to complete for version 4.0.  Contributions of code to implement these
  3. things would be greatly appreciated.
  4.  
  5. * Clean up the configuration.  In particular, remove the generic USG/BSD
  6.   checks and add checks for individual missing features instead. 
  7. * Investigate if the systems where TIOCGWINSZ is broken, TIOCGSIZE (and
  8.   struct ttysize) are available and work. 
  9. * Properly document options for ispell in usage string.
  10. * Add long options.
  11. * Add more words to dictionary, perhaps making several separate
  12.   dictionaries (e.g. one with uncommon technical words and abbreviations). 
  13. * When typing a correction in the emacs interface, it should check that
  14.   word for spelling errors as well, instead of requiring the user to
  15.   explicitly invoke ispell again. 
  16. * Better overall elisp interface.  In particular, it would be nice to be
  17.   able to switch buffers and edit, then come back to the minibuffer and
  18.   finish commands. 
  19.